home *** CD-ROM | disk | FTP | other *** search
- object FrmInput: TFrmInput
- Left = 322
- Top = 201
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Script running requires input...'
- ClientHeight = 282
- ClientWidth = 395
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 16
- object BtnOK: TButton
- Left = 270
- Top = 106
- Width = 113
- Height = 28
- Caption = 'Proceed...'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object MemoNote: TMemo
- Left = 8
- Top = 158
- Width = 375
- Height = 83
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'Why am I seeing this box? - You are being asked for '
- 'information by a script currently running within Poco. This '
- 'question is NOT coming directly from Poco. Don'#39't give out '
- 'sensitive information to untrusted source.')
- ParentFont = False
- ReadOnly = True
- TabOrder = 4
- end
- object BtnCancel: TButton
- Left = 270
- Top = 246
- Width = 113
- Height = 28
- Cancel = True
- Caption = 'Cancel Script'
- ModalResult = 2
- TabOrder = 2
- end
- object MemoDesc: TMemo
- Left = 8
- Top = 8
- Width = 381
- Height = 66
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- ReadOnly = True
- TabOrder = 3
- end
- object cbData: TElAdvancedComboBox
- Left = 12
- Top = 76
- Width = 371
- Height = 24
- AutoCompletion = False
- Flat = False
- HandleDialogKeys = False
- HorizontalScroll = False
- ItemIndex = -1
- ItemHeight = 16
- TabOrder = 0
- end
- end
-